Click or drag to resize

ContainmentComparison Enumeration

Indicates whether the search ignores casing and spaces.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ContainmentComparison
Members
  Member nameValueDescription
Exact0 Specifies that the comparison must be exact.
IgnoreCase1 Specifies that the comparison ignores casing.
IgnoreNonSpacingCharacters2 Specifies that the comparison ignores non-spacing characters.
Loose3 To be removed.
IgnoreCaseAndNonSpacingCharacters4 Specifies that the comparison ignores casing and non-spacing characters.
LooseAndIgnoreCase5 To be removed.
LooseAndIgnoreNonSpace6 To be removed.
LooseAndIgnoreCaseAndIgnoreNonSpace7 To be removed.
None8 None
See Also